C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / CanInsertRange Method / CanInsertRange(Int32,IEnumerable<T>) Method

In This Topic
CanInsertRange(Int32,IEnumerable<T>) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function CanInsertRange( _
   ByVal startingIndex As Integer, _
   ByVal items As IEnumerable(Of T) _
) As Boolean
 

Parameters

startingIndex
items
See Also